fix a typo that I previously made in the dockerfile#449
fix a typo that I previously made in the dockerfile#449evaneschneider merged 39 commits intocholla-hydro:devfrom
Conversation
This commit adds a recovery-strategy to tools/ci-setup-submodule.py that gets invoked when git-lfs commonly fails (i.e. in the Jenkins workflow). This strategy manually downloads files from GitHub's raw-urls. To avoid overusing this functionality (and getting throttled by GitHub), we disable the submodule initialization in all cases where it isn't strictly necessary.
9f3c672 to
9740a55
Compare
9d42cc5 to
b74183b
Compare
dd141c3 to
8b43a95
Compare
5361e22 to
52add8c
Compare
|
I think I finally got everything working. It turns out that simply calling
I have cases where problem 2 occurs without problem 1 and I have seen cases where both problems occur. We adopt the following work-around:
I just need to update some of the documentation, then we will be ready to merge |
|
Ok, this PR is ready for review. To briefly summarize, the |
f473d0e to
d06341b
Compare
|
Looks great! |
I've confirmed locally that fixing this will let #386 start passing